home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
mmdf
/
mmdf-IIb.43
/
h
/
chdbm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-05-11
|
293 b
|
13 lines
/*
* chdbm.h
*/
#define FS '\034'
#define MAXVAL 40 /* allow this many values per entry */
#define ENTRYSIZE 1024
typedef struct DBvalues
{
char *RECname; /* name of table */
char *RECval; /* value for this record, in this table */
} DBMValues[MAXVAL + 1];